Auto merge of #3231 - TimNN:patch-1, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 26 Oct 2016 17:02:31 +0000 (10:02 -0700)
committerGitHub <noreply@github.com>
Wed, 26 Oct 2016 17:02:31 +0000 (10:02 -0700)
commit806e3c368a15f618244a3b4e918bf77f9c403fd0
treea89e9da06cf94e254a5ab95d0d9218b438827ce7
parentb21b9410cbb44836fd53ebfb6991956917a4a9d7
parent81dfab4450cc631addea03af89111318abdd3533
Auto merge of #3231 - TimNN:patch-1, r=alexcrichton

Fix rust-lang/rust#35203 warning/error

rust-lang/rust#35203 made patterns in functions without body into a warn by default lint (which is being `deny`ed here).

cc rust-lang/rust#37378, rust-lang/rust#37416